home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00213_Script_GESTION_PISTE_TITRE < prev    next >
Text File  |  2004-12-05  |  395b  |  15 lines

  1. global gZ_pisteTitre
  2. property p_cettePiste, p_Nodepiste,p_nom_Acteur
  3. ----------------------------------
  4. on beginsprite me
  5.   p_Nodepiste = me.spriteNum
  6.   p_cettePiste = sprite(p_Nodepiste)
  7.   p_nom_Acteur = p_cettePiste.member.name
  8.   gZ_pisteTitre = p_Nodepiste
  9. end
  10. ----------------------------------- 
  11. on endSprite me
  12.   gZ_pisteTitre  = VOID
  13. end
  14. -----------------------------------
  15.